projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc4148c
)
notebook: Remove unnessecary gtk_widget_set_mapped()
author
Benjamin Otte
<otte@redhat.com>
Sat, 19 Dec 2015 07:04:41 +0000
(08:04 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 11 Jan 2016 16:05:22 +0000
(17:05 +0100)
We chain up, and the chainedup function calls this for us.
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index c71b43bf44645d38e951b0d555fb2af5867e292f..f2ed58ec297d9f9fae8d90bee60da50b661de78b 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-1987,8
+1987,6
@@
gtk_notebook_unmap (GtkWidget *widget)
stop_scrolling (notebook);
- gtk_widget_set_mapped (widget, FALSE);
-
gdk_window_hide (priv->event_window);
GTK_WIDGET_CLASS (gtk_notebook_parent_class)->unmap (widget);